home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / badnames.doc < prev    next >
Internet Message Format  |  1995-03-31  |  1KB

  1. From: n233dk@tamuts.tamu.edu (Rick Grevelle) 
  2. Newsgroups: comp.sys.handhelds 
  3. Subject: Unallowed Names 
  4. Date: 25 Sep 90 08:26:14 GMT 
  5. Organization: Texas A&M University 
  6.  
  7. From time to time, various individuals have complained to me about not being 
  8. able to achieve a desired result in the 48 because of some restriction placed 
  9. on an operation or command.  The one I see most frequently is regarding the 
  10. creation of unallowed names.  I'm posting the SYSEVAL to do this here so 
  11. others might not have to ask. 
  12.  
  13.  
  14.  Address        Argument(s)    Result(s)          Explanation 
  15.  
  16. # 05B15h        1: string      1: name      Converts any string to a name 
  17. # 05BE9h        1: name        1: string    Converts any name to a string 
  18.                                             (no quotes) 
  19.  
  20. Example: Create the unallowed name '3//2'. 
  21.  
  22. Enter the string "3//2" in level 1 and execute # 05B15h SYSEVAL.  Level 1 will 
  23. now contain the '3//2'.  Note that names created in this manner can be used to 
  24. define user variables exactly like allowable names.  It would be advisable not 
  25. to use already existing names such as DUP, ->LIST, BYTES, etc. as this could 
  26. cause some problems. 
  27.  
  28. Rick Grevelle 
  29.